EMT Practice Test
1. Question Content...
Question3: What does the "enumerate" function return when applied to a list?
Question5: When the following program "question.py" is executed with Python what is the output?
Question6: Which of the following would produce this list?
[65, 66, 67, 68]
Question10: What will the following code in Python 3 result in?
Question12: Which of the following will be the value of the variable y?
Question13: What will be printed when the code in the screen capture is run?
Question22: What is the output of the following commands typed in the Python Interactive shell?
Question25: Review the following code, written in Python. What are the contents of variable a?
Question27: What is the output of the following when executed in a Python shell?
Question29: What will the last value of 'x' be when Python executes the following control loop?
Question30: Review the following Python code:
Question33: When accessing the hard drive directly, how would the character 'B' be stored?
Question34: What does executing the following code in Python 3 result in?
'\x0066'








